--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit f32008c63cc92208dcca22a20ce6b8f9430eafab
Parents : 81fcc4b
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-13T23:36:42-05:00
refactor(electron): format
Changes
2 files changed, 2 insertions(+), 10 deletions(-)
Diff
diff --git a/electron/main-legacy.js b/electron/main-legacy.js
index ac55abbf..2da1d83f 100644
--- a/electron/main-legacy.js
+++ b/electron/main-legacy.js
@@ -522,11 +522,7 @@ function quit() {
const timeoutMs = 5000;
const timeout = setTimeout(() => {
try {
- if (
- exeChildProcess &&
- exeChildProcess.exitCode === null &&
- exeChildProcess.signalCode === null
- ) {
+ if (exeChildProcess && exeChildProcess.exitCode === null && exeChildProcess.signalCode === null) {
exeChildProcess.kill("SIGKILL");
}
} catch (e) {
diff --git a/electron/main.js b/electron/main.js
index 144b86c5..ea8f21a9 100644
--- a/electron/main.js
+++ b/electron/main.js
@@ -774,11 +774,7 @@ function quit() {
const timeoutMs = 5000;
const timeout = setTimeout(() => {
try {
- if (
- exeChildProcess &&
- exeChildProcess.exitCode === null &&
- exeChildProcess.signalCode === null
- ) {
+ if (exeChildProcess && exeChildProcess.exitCode === null && exeChildProcess.signalCode === null) {
exeChildProcess.kill("SIGKILL");
}
} catch (e) {
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────